Package de.aoksystems.da.kernpruefung
Class CommonFehlerTextFactoryTest
java.lang.Object
de.aoksystems.da.kernpruefung.CommonFehlerTextFactoryTest
- Author:
- anke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest of getInstance method, of class FehlerTextFactory.voidTest of getKurzFehlerText method, of class FehlerTextFactory.voidTest of getLangFehlerText method, of class FehlerTextFactory.voidTest of getDBFE method, of class FehlerTextFactory.voidTest of getTextForDBFE method, of class FehlerTextFactory.void
-
Constructor Details
-
CommonFehlerTextFactoryTest
public CommonFehlerTextFactoryTest()
-
-
Method Details
-
testGetInstance
@Test public void testGetInstance()Test of getInstance method, of class FehlerTextFactory. -
testGetRawForDBFE
@Test public void testGetRawForDBFE()Test of getDBFE method, of class FehlerTextFactory. -
testGetTextForDBFE
@Test public void testGetTextForDBFE()Test of getTextForDBFE method, of class FehlerTextFactory. -
testGetKurzFehlerText
@Test public void testGetKurzFehlerText()Test of getKurzFehlerText method, of class FehlerTextFactory. -
testGetLangFehlerText
@Test public void testGetLangFehlerText()Test of getLangFehlerText method, of class FehlerTextFactory. -
testKurzFehlerTextLaenge
@Test public void testKurzFehlerTextLaenge()
-